From: Colin Walters Date: Tue, 22 Jul 2025 14:48:28 +0000 (-0400) Subject: rust: Bump sys crate version too X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~2^2~9^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=c4875937a83a7f079e826270df4bacf145dbf3d5;p=ostree.git rust: Bump sys crate version too Should have happened in the other PR. --- diff --git a/Cargo.toml b/Cargo.toml index d2581434..30c4adde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ members = [".", "rust-bindings/sys"] [dependencies] base64 = "0.20.0" bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.1" } +ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.15.3" } gio = "0.20" glib = "0.20" hex = "0.4.2" diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index 2aba0fab..2eb478c7 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -87,7 +87,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.15.2" +version = "0.15.3" edition = "2021" [package.metadata.docs.rs]